Crate unimarkup_render

source ·
Expand description

This crate defines types and traits used in the inline and core crate to render Unimarkup elements to all supported output formats.

It also provides syntax highlighting functionality.

Modules

  • Provides access to syntax and theme sets and syntax highlighting in general
  • Defines the Html struct that is returned by the Render trait when rendering Unimarkup to HTML.
  • Contains the Render trait definition.